File

Undocumented in source.

Constructors

this
this(string path, string openMode)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
rawRead
void[] rawRead(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
rawRead
ubyte[] rawRead(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWrite
void rawWrite(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
rawWrite
void rawWrite(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(ptrdiff_t offset, int origin)
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fptr
FILE* fptr;
Undocumented in source.

Meta